\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=84
\key c\major
r8 c'8[ g8 f8] e8[ f8 e8 f8]( | f8)[ c'8 g8 f8] e8[ f8] e4 | c1 |
}
chordNames = \chordmode {
c1 | c1 | c1 |
}
songtext = \lyricmode {}
\include "../template.ly"
\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=84
\key c\major
r8 c'8 c'4 b4 a4 | g4 g8[ a8] e8.[ d16] e4( | e4) e8[ g8] d4. c8 | d1 |
}
chordNames = \chordmode {
a1:m | c1:/e | f1 | g1 |
}
songtext = \lyricmode {}
\include "../template.ly"
\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=84
\key c\major
r8 c'8 c'4 b4 a4 | g4 g8[ a8] e8.[ d16] e4 |
}
chordNames = \chordmode {
a1:m | c1:/e |
}
songtext = \lyricmode {}
\include "../template.ly"
\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=84
\key c\major
r8 c'8[ g8 f8] e8[ f8 e8 f8]( | f8)[ c'8 g8 f8] e8[ f8] e4 |
r8 c'8[ g8 f8] e8[ f8 e8 f8]( | f8)[ c'8 g8 f8] e8[ a,8] c4 |
}
chordNames = \chordmode {
c1 | c1 | a1:m7 | a1:m7 |
}
songtext = \lyricmode {}
\include "../template.ly"